home *** CD-ROM | disk | FTP | other *** search
- object frmAbout: TfrmAbout
- Left = 316
- Top = 238
- BorderStyle = bsToolWindow
- Caption = 'About AutoMate 5'
- ClientHeight = 328
- ClientWidth = 398
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnKeyUp = FormKeyUp
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object imgAbout: TImage
- Left = 0
- Top = 0
- Width = 398
- Height = 200
- Align = alTop
- AutoSize = True
- Center = True
- Picture.Data = {<image000.jpg>}
- OnClick = imgAboutClick
- end
- object lblAutoMateVersion: TLabel
- Left = 176
- Top = 184
- Width = 217
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object lblDetails: TLabel
- Left = 343
- Top = 169
- Width = 47
- Height = 13
- Cursor = crHandPoint
- Caption = 'More Info'
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsUnderline]
- ParentColor = False
- ParentFont = False
- Transparent = True
- OnClick = lblDetailsClick
- end
- object lblRegisteredVersion: TLabel
- Left = 8
- Top = 129
- Width = 297
- Height = 13
- AutoSize = False
- Caption = 'Version'
- Color = clGray
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGray
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- Transparent = True
- OnClick = imgAboutClick
- end
- object lblSerial: TLabel
- Left = 8
- Top = 142
- Width = 297
- Height = 13
- AutoSize = False
- Caption = 'Serial Code'
- Color = clGray
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGray
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- Transparent = True
- OnClick = imgAboutClick
- end
- object lsvDetails: TListView
- Left = 0
- Top = 200
- Width = 398
- Height = 128
- Align = alClient
- BorderStyle = bsNone
- Columns = <
- item
- Caption = 'Filename'
- Width = 150
- end
- item
- Caption = 'Version'
- Width = 80
- end
- item
- AutoSize = True
- Caption = 'Modified Date'
- end>
- FlatScrollBars = True
- PopupMenu = popDetails
- TabOrder = 0
- ViewStyle = vsReport
- end
- object IvTranslator1: TIvTranslator
- DictionaryName = 'dcoAMStepBuilder'
- Left = 356
- Top = 84
- TargetsData = (
- 1
- 6
- (
- '*'
- 'Hint'
- 0)
- (
- '*'
- 'Caption'
- 0)
- (
- 'TMemo'
- 'Text'
- 0)
- (
- '*'
- 'Lines'
- 0)
- (
- '*'
- 'Items'
- 0)
- (
- '*'
- 'Cells'
- 0))
- end
- object popDetails: TPopupMenu
- Left = 68
- Top = 248
- object itmCopyToClipboard: TMenuItem
- Caption = '&Copy to clipboard'
- OnClick = itmCopyToClipboardClick
- end
- end
- object IvTranslator2: TIvTranslator
- DictionaryName = 'dcoAMTA'
- Left = 36
- Top = 292
- TargetsData = (
- 1
- 7
- (
- '*'
- 'Hint'
- 0)
- (
- '*'
- 'Caption'
- 0)
- (
- '*'
- 'Items'
- 0)
- (
- 'TMemo'
- 'Text'
- 0)
- (
- '*'
- 'Lines'
- 0)
- (
- '*'
- 'Cells'
- 0)
- (
- 'TRichEdit'
- 'Text'
- 0))
- end
- end
-